Rename the `rust` manifest key to `edition`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 3 May 2018 16:14:25 +0000 (09:14 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 May 2018 18:45:04 +0000 (11:45 -0700)
commit84130089375fd0bc2af949e0c82271a8d4f45ab1
tree1984186ed07a1914f4352a7e63bbdfe0f8188a8f
parent4dc5db2db5603b926467996ccdfc8262506a2010
Rename the `rust` manifest key to `edition`

This'll hopefully jive better with the terminology of "edition" throughout the
rest of Rust!
src/cargo/core/features.rs
src/cargo/util/toml/mod.rs
src/doc/src/reference/unstable.md
tests/testsuite/bench.rs
tests/testsuite/doc.rs
tests/testsuite/install.rs
tests/testsuite/package.rs
tests/testsuite/run.rs